home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Editing / SampGrabCB / readme.txt next >
Encoding:
Text File  |  2001-10-10  |  978 b   |  26 lines

  1. DirectShow Editing Sample - SampleGrabberCallback
  2. -------------------------------------------------
  3.  
  4. This C++ console app demonstates the use of the IMediaDet interface
  5. to create a graph that contains a sample grabber filter.
  6. It shows how to use the sample grabber and a COM object callback 
  7. to display information about media samples in a running video file.
  8.  
  9. Usage: SampGrabCB <media filename>
  10.  
  11.  
  12. Sample output:
  13.  
  14. Grabbing samples from c:\video\wink.mpg.
  15. Sample received = 00000  Clock = 170787198
  16. Sample received = 00001  Clock = 170787208
  17. Sample received = 00002  Clock = 170787228
  18. Sample received = 00003  Clock = 170787235
  19. Sample received = 00004  Clock = 170787239
  20. Sample received = 00005  Clock = 170787244
  21. Sample received = 00006  Clock = 170787250
  22. Sample received = 00007  Clock = 170787254
  23. Sample received = 00008  Clock = 170787260
  24. Sample received = 00009  Clock = 170787268
  25. Sample received = 00010  Clock = 170787272
  26. Sample grabbing complete.